home *** CD-ROM | disk | FTP | other *** search
/ System Booster / System Booster.iso / Archives / GNU / cpio_2_0.lha / cpio-2.0 / NEWS < prev    next >
Text File  |  1992-09-19  |  1KB  |  33 lines

  1. Version 2.0 adds the following features:
  2.  
  3. Support for the SVR4 cpio formats, which can store inodes >65535, and
  4. for traditional and POSIX tar archives.  Also adds these options:
  5.  
  6. -A --append        append to instead of replacing the archive
  7. -V --dot        print a dot for each file processed
  8. -H --format        select archive format
  9. -C --io-size        select I/O block size in bytes
  10. -M --message        print a message at end of media volumes
  11. --no-preserve-owner    don't change files' owners when extracting
  12. -R --owner        set files' owners when extracting
  13. -E --pattern-file    list of shell filename patterns to process
  14. -s --swap-bytes        handle byte-order differences when extracting files
  15. -S --swap-halfwords    ditto
  16. -b            like -sS
  17. -I            input archive filename
  18. -k            recognize corrupted archives (we alawys do it, though)
  19. -O            output archive filename
  20.  
  21. Some options of previous versions have been renamed in 2.0:
  22.  
  23. --binary was replaced by --format=bin
  24. --portability was replaced by --format=odc
  25.  
  26. Some options have changed meaning in 2.0, for SVR4 compatibility:
  27.  
  28. -O used to select the binary archive format, now selects the output file
  29. -V used to print the version number, now prints a dot for each file
  30.  
  31. Version 2.0 also fixes several bugs in the handling of files with
  32. multiple links and of multi-volume archives on floppy disks.
  33.